projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2afb3e
)
Fix typo after manual merge in last checkin.
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sun, 1 Dec 2013 15:45:49 +0000
(16:45 +0100)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sun, 1 Dec 2013 15:45:49 +0000
(16:45 +0100)
lisp/net/eww.el
patch
|
blob
|
history
diff --git
a/lisp/net/eww.el
b/lisp/net/eww.el
index ca7bf60f1a4c735f8dd66e1984e40834c3791f06..195cf4294c5380d53998c9762b3d2b8be66f69bf 100644
(file)
--- a/
lisp/net/eww.el
+++ b/
lisp/net/eww.el
@@
-177,8
+177,8
@@
word(s) will be searched for via `eww-search-prefix'."
((equal (car content-type) "text/html")
(eww-display-html charset url nil point))
((string-match-p "\\`image/" (car content-type))
- (eww-display-image url)
)
- (eww-update-header-line-format))
+ (eww-display-image url)
+
(eww-update-header-line-format))
(t
(eww-display-raw)
(eww-update-header-line-format)))